SftTree/NET 2.0

OverheadWidth Property, CellClass Class

Softel vdm, Inc.

Returns the width of the area, part of this cell, used to display the hierarchy area.

Syntax      CellClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property OverheadWidth As Integer

C#   

public int OverheadWidth { get; }

C++   

public: property int OverheadWidth {
        int get();
}

Property Value

The width of the area used to display the hierarchy area.

Comments

The OverheadWidth property returns the width of the area, part of this cell, used to display the hierarchy area.

Only hierarchy columns add an additional overhead to a column's width. If the cell is not part of the hierarchy column, the OverheadWidth property returns 0.

Due to the variable number of levels and the resulting hierarchical display, the width of the hierarchy area is variable, depending on item level. The OverheadWidth property returns the width of the area reserved for non-cell displays, such as expand/collapse button, tree lines and item image.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com